home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / CNews / Source / h / fgetmfs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-29  |  292 b   |  8 lines

  1. /* fgetmfs compatibility on top of fgetfln */
  2. /* values for fgetmfs flag */
  3. #define CONT_NO 0        /* no continuations */
  4. #define CONT_NOSPC 1        /* continue & remove leading whitespace */
  5. #define CONT_SPC 2        /* continue & keep leading whitespace */
  6.  
  7. extern char *fgetmfs(), *fgetms(), *cfgetms();
  8.